home *** CD-ROM | disk | FTP | other *** search
/ Light ROM Gold / Light ROM Gold.iso / arexx / transfrm.txt < prev   
Text File  |  1994-11-06  |  3KB  |  95 lines

  1.  
  2.                        Transform Points Version 1.3
  3.  
  4.                                     for
  5.  
  6.                                 Modeler 3.5
  7.  
  8.                 ⌐ 1994 By AndrΘ Hotz of Imaginative Systems
  9.  
  10.  
  11. With  the  help  of  this  macro, you can transform (selected) points of an
  12. object  to either spheres, boxes, discs or cones.  You can create some very
  13. interesting  objects  with this macro, especially if you are using it on an
  14. object several times.
  15.  
  16.  
  17. This  macro  has a lot of functions, so I will explain them step by step in
  18. this doc.  After you have installed and started the macro, a requester will
  19. pop  up, showing the buttons "Boxes", "Spheres", "Discs" and "Cones".  Just
  20. select the object to which you  want to transform the  points and hit "OK".
  21.  After  that,  a  new big requester will appear.  The first part of it will
  22. look  similiar to you.  It shows the different adjustments for the selected
  23. object.  For example:  If you have selected "Sphere", there will be buttons
  24. for  the  radius,  segments  and sides of the sphere.  Below these buttons,
  25. there  is  a surface requester, with which you may select a new surface for
  26. the objects that will be created.
  27. Below this one, there comes a number other options:
  28. The  first  one  is  the  "Affected Points" button.  With this one, you can
  29. select  if  you want to transform all points in the layer or just those you
  30. have selected.
  31. The  second  button, "Remove existing Points", will cut the points that are
  32. transformed.
  33. With  the  third  button,  you  can choose if the created objects should be
  34. placed into a new layer, so that the source object will be unaffected.
  35. The  last  row  of buttons is used to save the created objects seperatly on
  36. disk.   You also are able to save a complete scene file which will load all
  37. the objects into layout.
  38.  
  39. If  you  have  selected  "Disc"  or  "Cone",  there  will be another row of
  40. buttons.   The "Center Mode" buttons.  If you select disc or cone "Center",
  41. the  point  that will be transfomed will be the center of the disc or cone.
  42. If  you select "Top", the point that will be transformed will be the top of
  43. the disc or cone and if you select "Bottom" the point will be the bottom of
  44. the disc or cone.  The best way to understand this is to try it !
  45.  
  46. After  hitting  "OK",  a  message will show up, telling you how many points
  47. will be transformed.
  48. Just press "OK" again, and the macro will start working.
  49.  
  50. If  you  have  an  object with many points, it could take a while until the
  51. macro has completed his work !!!
  52.  
  53.  
  54. This  macro  was written by AndrΘ Hotz of Imaginative Systems.  If you have
  55. any questions or you are in need of a good macro, just call or write to:
  56.  
  57.  
  58.                             Imaginative Systems
  59.  
  60.                                 AndrΘ Hotz
  61.                              Tannhaeuserstr.3
  62.                                 51674 Wiehl
  63.  
  64.                                   GERMANY
  65.  
  66.  
  67.                           Tel: +49 (0)2262 93189
  68.                           Fax: +49 (0)2262 97839
  69.  
  70.  
  71.  
  72.  
  73. History:
  74. ~~~~~~~~
  75. Ver. 1.0: - Added the "Box" and "Disc" Option
  76.           - Added "Save Objects"
  77.  
  78. Ver. 1.1: - Added "Save Scene"
  79.           - Some bugs were removed
  80.  
  81. Ver. 1.2: - Added the "Cone" Option
  82.           - Added the "Center Mode"
  83.  
  84. Ver. 1.3: - Optimized Code
  85.           - Removed all known bugs
  86.  
  87.  
  88.  
  89. Future Enhancements:
  90. ~~~~~~~~~~~~~~~~~~~~
  91.  
  92. - Rotating of Cones.
  93. - Your wishes.
  94.  
  95.